home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Amiga
/
World of Amiga.iso
/
archive
/
music
/
edplyr21.lha
/
edplayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-20
|
359b
|
14 lines
#ifndef __EDPLAYER
#define __EDPLAYER
typedef struct EdMessage { /* This is the EdMessage struct!!!! */
struct Message MainMess;
double pad1;
long pad2; /* Pads are so some fields coincide with ARexx, but */
long result; /* don't use this with anything except EdPlayer! */
long result2;
char *EdCommand;
};
#endif